when !separator, don't add the focus_line_width to width/height (happens
authorKristian Rietveld <kris@gtk.org>
Wed, 13 Jul 2005 11:57:10 +0000 (11:57 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Wed, 13 Jul 2005 11:57:10 +0000 (11:57 +0000)
commit22554a161f2001c006b5254bf835887ebd8cadec
tree9e8ee1fc1d5f47c478b0d2111f97cd37ef5e747e
parent06e735a652a9aefc787c696b44bfcc666ed61ef2
when !separator, don't add the focus_line_width to width/height (happens

2005-07-13  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeview.c (validate_row): when !separator, don't add
the focus_line_width to width/height (happens in
_column_cell_get_size), but do add the vertical-separator to height,
we weren't taking this into account before.

* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
take vertical-separator into account. (#309137, Ross Burton).
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkentrycompletion.c
gtk/gtktreeview.c